Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluation engine #6

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Evaluation engine #6

wants to merge 10 commits into from

Conversation

josvandervelde
Copy link
Collaborator

The Evaluation Engine is now part of our docker compose setup!

You can test it using the following commands:

  1. checkout this repo with branch feature/evaluation-engine
  2. Make sure you have docker and docker compose (see README, prerequisites)
  3. docker compose --profile all up -d
  4. you should see no errors. You could go to localhost:8000 to click around.
  5. docker run --rm -it -v ./config/python/config:/root/.config/openml/config:ro --network openml-services_default openml/openml-python
  6. Inside the openml-python container, run the manual tests described at the bottom of the README.
  7. docker compose --profile all down when you finished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant